home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / difutl27.zip / difutl27 / configure.in < prev    next >
Text File  |  1994-09-30  |  683b  |  27 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(diff.h)
  3. AC_CONFIG_HEADER(config.h:config.hin)
  4. AC_ARG_PROGRAM
  5. AC_PROG_CC
  6. AC_PROG_CPP
  7. AC_PROG_INSTALL
  8. AC_ISC_POSIX
  9. AC_MINIX
  10. AC_C_CONST
  11. AC_HEADER_STDC
  12. AC_CHECK_HEADERS(unistd.h fcntl.h limits.h stdlib.h string.h sys/file.h time.h)
  13. AC_HEADER_DIRENT
  14. AC_HEADER_STAT
  15. AC_HEADER_SYS_WAIT
  16. AC_TYPE_PID_T
  17. AC_TYPE_SIGNAL
  18. AC_CHECK_FUNCS(dup2 memchr sigaction strchr strerror tmpnam)
  19. AC_REPLACE_FUNCS(memchr waitpid)
  20. AC_FUNC_ALLOCA
  21. AC_FUNC_CLOSEDIR_VOID
  22. dnl No need for AC_FUNC_MEMCMP, since memcmp is used only to test for equality.
  23. AC_FUNC_VFORK
  24. AC_FUNC_VPRINTF
  25. AC_STRUCT_ST_BLKSIZE
  26. AC_OUTPUT(Makefile, [date > stamp-h])
  27.